{ "version": 4, "terraform_version": "1.6.4", "serial": 451, "lineage": "0ae9d6a6-32c7-b907-e051-07606c8c5c82", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-cd7d7a7684b706e9d", "ami": "ami-9ef0e2b2", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6c1b01fd"], "subnet_id": "subnet-cc37d126", "key_name": "prod-deploy-key" } } ] } ] }