{ "version": 4, "terraform_version": "1.5.9", "serial": 397, "lineage": "2f2e35bf-ed08-5810-a5e2-965d97dc4545", "outputs": { "db_endpoint": { "value": "db-1.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-cad93b80b2df50e4c", "ami": "ami-ccb7b542", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-06523ba6"], "subnet_id": "subnet-161125d0", "key_name": "prod-deploy-key" } } ] } ] }