{ "version": 4, "terraform_version": "1.7.9", "serial": 109, "lineage": "f1eeacb8-abfc-c919-aa3e-f556a0d48945", "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-45674e065eaa6395f", "ami": "ami-b9090e24", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-344cbbfa"], "subnet_id": "subnet-50d562f9", "key_name": "prod-deploy-key" } } ] } ] }