{ "version": 4, "terraform_version": "1.7.1", "serial": 149, "lineage": "12eca642-dd6b-ac22-6977-8126709b4845", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-022583dbdc87fa5e7", "ami": "ami-856b3d49", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b49e0d51"], "subnet_id": "subnet-633ac475", "key_name": "prod-deploy-key" } } ] } ] }