{ "version": 4, "terraform_version": "1.7.2", "serial": 115, "lineage": "816e5aa6-2299-3381-9e1d-1da76b492e30", "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-7e58bb04073b21299", "ami": "ami-5410eebe", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d4c86b9f"], "subnet_id": "subnet-119e5295", "key_name": "prod-deploy-key" } } ] } ] }