{ "version": 4, "terraform_version": "1.5.4", "serial": 523, "lineage": "ff9b60d9-5407-6e63-ef15-27c366d804c0", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-5d5fac2f1c18b033a", "ami": "ami-7360d605", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2035f437"], "subnet_id": "subnet-4c902b9e", "key_name": "prod-deploy-key" } } ] } ] }