{ "version": 4, "terraform_version": "1.5.2", "serial": 429, "lineage": "d17ae1d1-b8a2-9977-f866-77eff21cfc2b", "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-3894fb2010c3f80ff", "ami": "ami-bdf1dfd2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e14d4857"], "subnet_id": "subnet-8343eb76", "key_name": "prod-deploy-key" } } ] } ] }