{ "version": 4, "terraform_version": "1.6.7", "serial": 547, "lineage": "1c12cf09-36d3-6ea9-f985-b5e22c5e0d55", "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-d20442ab0a36ebe8c", "ami": "ami-d8f560d0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e74c7784"], "subnet_id": "subnet-4f82e6a4", "key_name": "prod-deploy-key" } } ] } ] }