{ "version": 4, "terraform_version": "1.8.6", "serial": 506, "lineage": "10c34f4a-6d6b-3e5e-f219-0da64ae59b0c", "outputs": { "db_endpoint": { "value": "db-3.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-1f7e35bd85dc26597", "ami": "ami-c96e4359", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d2b3d1fb"], "subnet_id": "subnet-8d5b2a13", "key_name": "prod-deploy-key" } } ] } ] }