{ "version": 4, "terraform_version": "1.5.6", "serial": 198, "lineage": "5ff74b2e-fdf8-0c87-3421-3196956ea9bc", "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-a1aa3a3df07a5715f", "ami": "ami-52663ab6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0d10424d"], "subnet_id": "subnet-cbb2e64e", "key_name": "prod-deploy-key" } } ] } ] }