{ "version": 4, "terraform_version": "1.6.8", "serial": 200, "lineage": "18539364-f310-f4dc-d51a-53fc627834e9", "outputs": { "db_endpoint": { "value": "db-2.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-5ffb0d9931478e9e0", "ami": "ami-8c49fe1d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-fe867aa2"], "subnet_id": "subnet-f1d82150", "key_name": "prod-deploy-key" } } ] } ] }