{ "version": 4, "terraform_version": "1.6.6", "serial": 144, "lineage": "1609a05f-6f45-89ba-b426-2f9447dce553", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-790e43746531c89c5", "ami": "ami-fd1e85ee", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-38efa924"], "subnet_id": "subnet-b8c11ce9", "key_name": "prod-deploy-key" } } ] } ] }