{ "version": 4, "terraform_version": "1.5.3", "serial": 101, "lineage": "37d35c02-27e7-3b97-3e99-a3aeb8f8ca66", "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-1485193848188d3a7", "ami": "ami-f3358169", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-92756dc9"], "subnet_id": "subnet-39bbef90", "key_name": "prod-deploy-key" } } ] } ] }