{ "version": 4, "terraform_version": "1.6.0", "serial": 315, "lineage": "73d36f5c-179f-8b6d-e41b-46e80dfbc60c", "outputs": { "db_endpoint": { "value": "db-2.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-b2c197d59079dd618", "ami": "ami-b59da1fb", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-025348de"], "subnet_id": "subnet-4d97b125", "key_name": "prod-deploy-key" } } ] } ] }