{ "version": 4, "terraform_version": "1.8.7", "serial": 297, "lineage": "b8ad1a9d-d3c9-6436-4879-1226282dcb95", "outputs": { "db_endpoint": { "value": "db-3.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-67b0b67dbadfd1134", "ami": "ami-d086b94f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c061630a"], "subnet_id": "subnet-72dbc0bd", "key_name": "prod-deploy-key" } } ] } ] }