{ "version": 4, "terraform_version": "1.8.6", "serial": 381, "lineage": "6738cde8-3a18-e7e9-4880-a469184f0637", "outputs": { "db_endpoint": { "value": "db-4.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-abdd81e64fbe3fd4d", "ami": "ami-dec9cc0e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-31880b24"], "subnet_id": "subnet-1dc12ea3", "key_name": "prod-deploy-key" } } ] } ] }