{ "version": 4, "terraform_version": "1.5.4", "serial": 364, "lineage": "e245f64c-92b7-1883-d2c1-c03193e84b45", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-f528714191531c1bc", "ami": "ami-66986f8e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-092a066d"], "subnet_id": "subnet-12067378", "key_name": "prod-deploy-key" } } ] } ] }