{ "version": 4, "terraform_version": "1.6.0", "serial": 598, "lineage": "499e7861-8285-53fc-3d1f-710ed59fec97", "outputs": { "db_endpoint": { "value": "db-0.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-b22682ca8c3a2320b", "ami": "ami-c0b620a9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2930fbff"], "subnet_id": "subnet-e47f54c7", "key_name": "prod-deploy-key" } } ] } ] }