{ "version": 4, "terraform_version": "1.7.9", "serial": 512, "lineage": "62173040-ded0-e0cf-ade4-e8f0c810a86c", "outputs": { "db_endpoint": { "value": "db-0.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-4724b7d09bb4a7126", "ami": "ami-9193254e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-da481079"], "subnet_id": "subnet-735ab7e6", "key_name": "prod-deploy-key" } } ] } ] }