{ "version": 4, "terraform_version": "1.6.3", "serial": 368, "lineage": "1f9fbaec-38fa-0ca3-111b-b5c54663c086", "outputs": { "db_endpoint": { "value": "db-4.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-36e823f2e9423a53d", "ami": "ami-a70839ae", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3f3e35e0"], "subnet_id": "subnet-d8b60582", "key_name": "prod-deploy-key" } } ] } ] }