{ "version": 4, "terraform_version": "1.7.2", "serial": 289, "lineage": "a097ec18-e3f0-0966-40df-6d400834f4e0", "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-d2f29e600b888afc1", "ami": "ami-c7f92f14", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1eac46a4"], "subnet_id": "subnet-5f741700", "key_name": "prod-deploy-key" } } ] } ] }