{ "version": 4, "terraform_version": "1.7.3", "serial": 397, "lineage": "5568b0b1-73ea-d501-10b7-110c0585c6fb", "outputs": { "db_endpoint": { "value": "db-4.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-abe6bf2e733f07668", "ami": "ami-1dc4e716", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-76ec9993"], "subnet_id": "subnet-4c24b88b", "key_name": "prod-deploy-key" } } ] } ] }