{ "version": 4, "terraform_version": "1.5.9", "serial": 599, "lineage": "47d7ff11-3897-5221-f457-212fa9243767", "outputs": { "db_endpoint": { "value": "db-2.eu-west-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-ecabda7da56fa18f5", "ami": "ami-a9561c97", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-333c3151"], "subnet_id": "subnet-46ee4b35", "key_name": "prod-deploy-key" } } ] } ] }