{ "version": 4, "terraform_version": "1.6.5", "serial": 325, "lineage": "46551464-dd4c-19cc-da1b-d7394b5a3af5", "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-e2eb58f5892bb1785", "ami": "ami-2d03bb83", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-79abeb69"], "subnet_id": "subnet-9ae949cd", "key_name": "prod-deploy-key" } } ] } ] }