{ "version": 4, "terraform_version": "1.5.6", "serial": 217, "lineage": "9be1e612-6109-4e9c-0adf-17fe5050d2ed", "outputs": { "db_endpoint": { "value": "db-4.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-2b3092bc14bc2c32c", "ami": "ami-ed74baa4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d8b9cb5c"], "subnet_id": "subnet-3951de02", "key_name": "prod-deploy-key" } } ] } ] }