{ "version": 4, "terraform_version": "1.7.2", "serial": 217, "lineage": "107d40dd-4fe6-8b7e-3496-f978b529e1ca", "outputs": { "db_endpoint": { "value": "db-1.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-0644083add448d9d0", "ami": "ami-bff65ef0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0e3f25ee"], "subnet_id": "subnet-b59a84e9", "key_name": "prod-deploy-key" } } ] } ] }