{ "version": 4, "terraform_version": "1.6.4", "serial": 113, "lineage": "d1d273fd-84ec-f7e6-8903-a70eaf318346", "outputs": { "db_endpoint": { "value": "db-1.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-afc3fc6559bcb24de", "ami": "ami-e26fb041", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-076cffbe"], "subnet_id": "subnet-e8a6865a", "key_name": "prod-deploy-key" } } ] } ] }