{ "version": 4, "terraform_version": "1.8.3", "serial": 491, "lineage": "319e1b17-c288-a8da-7edc-9ff4994ed457", "outputs": { "db_endpoint": { "value": "db-3.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-231801b00d66f5221", "ami": "ami-a93d8cd2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-122de301"], "subnet_id": "subnet-935fa12e", "key_name": "prod-deploy-key" } } ] } ] }