{ "version": 4, "terraform_version": "1.6.9", "serial": 167, "lineage": "c7606fe7-9ca4-8152-3623-2cc2189cd0bb", "outputs": { "db_endpoint": { "value": "db-0.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-f0f638e4c8a4551b2", "ami": "ami-2396c3d9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-413ab40c"], "subnet_id": "subnet-59656e52", "key_name": "prod-deploy-key" } } ] } ] }