{ "version": 4, "terraform_version": "1.8.1", "serial": 371, "lineage": "f27a0c54-8aed-5a2a-647f-6e041fc2336a", "outputs": { "db_endpoint": { "value": "db-2.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-0ccdf96739c14113f", "ami": "ami-f10c248e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-bc51a5d9"], "subnet_id": "subnet-9b9e5a56", "key_name": "prod-deploy-key" } } ] } ] }