{ "version": 4, "terraform_version": "1.5.0", "serial": 451, "lineage": "fd788e15-812a-657b-a295-2d77aaf03bd5", "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-64b30c5612dfd06bb", "ami": "ami-20ed2e6e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a0e914e8"], "subnet_id": "subnet-05b956b1", "key_name": "prod-deploy-key" } } ] } ] }