{ "version": 4, "terraform_version": "1.5.6", "serial": 304, "lineage": "72750224-5178-826f-4052-5fb2d3cf2d13", "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-70f8f5678632f8f5c", "ami": "ami-f0827ed7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-aa2caea2"], "subnet_id": "subnet-2f5a92cd", "key_name": "prod-deploy-key" } } ] } ] }