{ "version": 4, "terraform_version": "1.8.0", "serial": 191, "lineage": "8d81e125-ff88-63e4-06f1-a65989730d0c", "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-942dc5136f3920857", "ami": "ami-c5ae551e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-76d00a40"], "subnet_id": "subnet-b4dfb436", "key_name": "prod-deploy-key" } } ] } ] }