{ "version": 4, "terraform_version": "1.6.2", "serial": 147, "lineage": "d1154f75-8a42-75dd-3269-419e97e44f3b", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-b3bdbf2de8bf4b651", "ami": "ami-84ce7cf9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5e4ae407"], "subnet_id": "subnet-c768b264", "key_name": "prod-deploy-key" } } ] } ] }