{ "version": 4, "terraform_version": "1.7.6", "serial": 478, "lineage": "06208897-d858-4b2a-b322-774da58385fc", "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-1d55efca8202c2119", "ami": "ami-5f941b0d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a0828ae5"], "subnet_id": "subnet-09f5f89a", "key_name": "prod-deploy-key" } } ] } ] }