{ "version": 4, "terraform_version": "1.8.5", "serial": 320, "lineage": "b92b1e6f-e217-d204-1260-678435246248", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-e6be541dedbddb48b", "ami": "ami-ccadc0c5", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6e9fce20"], "subnet_id": "subnet-2a98f38c", "key_name": "prod-deploy-key" } } ] } ] }