{ "version": 4, "terraform_version": "1.5.8", "serial": 314, "lineage": "45d887a5-e5dd-cfe6-73ec-fe9cd6eab49e", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-1b9191a0ea7cf56ae", "ami": "ami-4d5d0795", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-aa5c827a"], "subnet_id": "subnet-26f5482e", "key_name": "prod-deploy-key" } } ] } ] }