{ "version": 4, "terraform_version": "1.7.6", "serial": 404, "lineage": "37506c95-d116-a11a-9aff-19c49b5d9ff7", "outputs": { "db_endpoint": { "value": "db-2.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-bfa0626a65d85dde1", "ami": "ami-c8c302ef", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b7a9c66b"], "subnet_id": "subnet-ba429c1b", "key_name": "prod-deploy-key" } } ] } ] }