{ "version": 4, "terraform_version": "1.7.5", "serial": 521, "lineage": "fd9f0a73-bb98-6a72-bd3d-de8ab3f87d52", "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-bc084eb91c2b85d40", "ami": "ami-eb0dbb65", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ef680800"], "subnet_id": "subnet-eb8ea116", "key_name": "prod-deploy-key" } } ] } ] }