{ "version": 4, "terraform_version": "1.6.6", "serial": 382, "lineage": "434d8476-281c-8be9-cb76-b1b0c66e381e", "outputs": { "db_endpoint": { "value": "db-2.us-east-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-4b72a478686103467", "ami": "ami-b08bdbeb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-fa08cd9c"], "subnet_id": "subnet-34ac3de4", "key_name": "prod-deploy-key" } } ] } ] }