{ "version": 4, "terraform_version": "1.8.3", "serial": 287, "lineage": "425ac06b-4688-c45d-28e1-3757f3283b53", "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-00b3b4e9dd7661325", "ami": "ami-97dee864", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-711c9d67"], "subnet_id": "subnet-1ca02f73", "key_name": "prod-deploy-key" } } ] } ] }