{ "version": 4, "terraform_version": "1.6.9", "serial": 180, "lineage": "4e531d5d-78c2-4ace-d58d-92c5d1394d6b", "outputs": { "db_endpoint": { "value": "db-1.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-b66b4367fefd3f33b", "ami": "ami-09b77127", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-11b8e064"], "subnet_id": "subnet-a3301826", "key_name": "prod-deploy-key" } } ] } ] }