{ "version": 4, "terraform_version": "1.7.5", "serial": 584, "lineage": "90bf4ccd-bc36-a406-12a5-c4f3413e90ff", "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-6bc9c7b4f8b87b28b", "ami": "ami-22250e8c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-343ac0f8"], "subnet_id": "subnet-4b70e951", "key_name": "prod-deploy-key" } } ] } ] }