{ "version": 4, "terraform_version": "1.7.9", "serial": 241, "lineage": "27a87f1e-1cdb-9574-3963-07b899752ed8", "outputs": { "db_endpoint": { "value": "db-1.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-3a78b2d5859d34f5b", "ami": "ami-3f01b307", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9130d7c9"], "subnet_id": "subnet-9a0b678f", "key_name": "prod-deploy-key" } } ] } ] }