{ "version": 4, "terraform_version": "1.5.6", "serial": 593, "lineage": "08d932f8-352b-65fa-4ddc-fad17e922678", "outputs": { "db_endpoint": { "value": "db-4.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-28af737e3bab59a68", "ami": "ami-a1d55fa1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-996e4f99"], "subnet_id": "subnet-c4e571f6", "key_name": "prod-deploy-key" } } ] } ] }