{ "version": 4, "terraform_version": "1.7.0", "serial": 247, "lineage": "61b926c9-6883-2133-d3cf-4dc8978804ac", "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-78928ecf0a569fa1f", "ami": "ami-18cd7f01", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d081960b"], "subnet_id": "subnet-84c3d90b", "key_name": "prod-deploy-key" } } ] } ] }