{ "version": 4, "terraform_version": "1.5.8", "serial": 108, "lineage": "12ee6fce-d695-4055-8832-1d0c21cda619", "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-a41baa9ea2752e105", "ami": "ami-ce455c18", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-79efddb6"], "subnet_id": "subnet-10c4cf0b", "key_name": "prod-deploy-key" } } ] } ] }