{ "version": 4, "terraform_version": "1.6.2", "serial": 268, "lineage": "8624b057-2ebb-c252-1aab-b9a83bbb3d33", "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-7b26a9a8066af3e89", "ami": "ami-f29cd40f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3b9e70fb"], "subnet_id": "subnet-7b615206", "key_name": "prod-deploy-key" } } ] } ] }