{ "version": 4, "terraform_version": "1.8.3", "serial": 424, "lineage": "41b0a83d-c1af-6894-309d-71b36dc15d9c", "outputs": { "db_endpoint": { "value": "db-0.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-9eee39649650c81ef", "ami": "ami-273dced8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c7152ace"], "subnet_id": "subnet-76639d7c", "key_name": "prod-deploy-key" } } ] } ] }