{ "version": 4, "terraform_version": "1.8.4", "serial": 197, "lineage": "542dde21-21af-d426-2485-61afdc795ecc", "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-77eedec7e435a0908", "ami": "ami-08d8e277", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-20577008"], "subnet_id": "subnet-cfb5424c", "key_name": "prod-deploy-key" } } ] } ] }