{ "version": 4, "terraform_version": "1.7.1", "serial": 426, "lineage": "0eb3d0ac-0484-4227-7bb7-f6a250ebe973", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.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-85e8fba118e581bd6", "ami": "ami-673208ca", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7667c115"], "subnet_id": "subnet-0a3e2465", "key_name": "prod-deploy-key" } } ] } ] }