{ "version": 4, "terraform_version": "1.7.9", "serial": 458, "lineage": "510f6b10-1f12-ecc2-5b4d-de0451980aeb", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-0e557177ca68a9041", "ami": "ami-4caced9d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1821bcf4"], "subnet_id": "subnet-577e50d6", "key_name": "prod-deploy-key" } } ] } ] }