{ "version": 4, "terraform_version": "1.5.4", "serial": 238, "lineage": "bad7cf40-e1f7-f135-8400-d2e1d76a0ea2", "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-e7c3213bfa746e248", "ami": "ami-09e1c4b8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-57f009ae"], "subnet_id": "subnet-aa1b1394", "key_name": "prod-deploy-key" } } ] } ] }