{ "version": 4, "terraform_version": "1.8.0", "serial": 533, "lineage": "32ecc0c2-c84c-a37c-0af5-0ee9e96a6d29", "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-f8823028d40085d34", "ami": "ami-cbadf80f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7eb86df3"], "subnet_id": "subnet-23162578", "key_name": "prod-deploy-key" } } ] } ] }