{ "version": 4, "terraform_version": "1.6.5", "serial": 236, "lineage": "af6d2d08-bf6a-cec2-c703-c4a8bbe21bd9", "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-551065e1d8262dad7", "ami": "ami-dbd66844", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-82dacb91"], "subnet_id": "subnet-216e6e53", "key_name": "prod-deploy-key" } } ] } ] }