{ "version": 4, "terraform_version": "1.6.9", "serial": 426, "lineage": "74494bbf-895b-aae6-9cb7-319054286ca8", "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-9fa28d0525cc46469", "ami": "ami-67a556f1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9f0e3c86"], "subnet_id": "subnet-4d1af823", "key_name": "prod-deploy-key" } } ] } ] }