{ "version": 4, "terraform_version": "1.7.0", "serial": 530, "lineage": "98658f3e-46c1-fcbb-69c9-65c23902b476", "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-80ff6937e59d7803a", "ami": "ami-e84c3806", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-48f2e9c7"], "subnet_id": "subnet-bb13a718", "key_name": "prod-deploy-key" } } ] } ] }