{ "version": 4, "terraform_version": "1.6.3", "serial": 238, "lineage": "2c802820-884b-02f5-c4e9-3dc2780ec1de", "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-2b9d15e33021a109b", "ami": "ami-7a22f51c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-fe4d0fcf"], "subnet_id": "subnet-461d8a86", "key_name": "prod-deploy-key" } } ] } ] }