{ "version": 4, "terraform_version": "1.7.2", "serial": 184, "lineage": "fc0bad3e-1eae-f161-9107-d649eaec9c76", "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-c9d88a0b0c7d04c7e", "ami": "ami-de533ede", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-87fae982"], "subnet_id": "subnet-0862f0a8", "key_name": "prod-deploy-key" } } ] } ] }