{ "version": 4, "terraform_version": "1.7.8", "serial": 503, "lineage": "5a4e80ac-a3e4-4400-7555-e171575f2d9b", "outputs": { "db_endpoint": { "value": "db-4.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-dad37ffb80d863952", "ami": "ami-39e6bddf", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9f87b515"], "subnet_id": "subnet-c62e8345", "key_name": "prod-deploy-key" } } ] } ] }