{ "version": 4, "terraform_version": "1.7.1", "serial": 295, "lineage": "bef298fa-02e9-f7f6-4304-66055485f796", "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-2227f90ad827b969a", "ami": "ami-680d3f6f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f514d26d"], "subnet_id": "subnet-82ef61e2", "key_name": "prod-deploy-key" } } ] } ] }